Starting a Django Project Answering the question, “How do I setup a Django (1.5, 1.6, 1.7, or 1.8) Project from scratch?” Django ... Create a new app: python manage.py startapp <appname> Add your app to the INSTALLED_APPS tuple. Add Basic URLs and .